home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00931.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  1.1 KB  |  47 lines

  1. on enterFrame
  2.   cursor(-1)
  3.   sound stop 1
  4.   sound stop 2
  5.   set the sound of cast 912 to 1
  6.   puppetSprite(2, 0)
  7.   puppetSprite(7, 0)
  8.   puppetSprite(11, 0)
  9.   puppetSprite(37, 0)
  10.   set the visible of sprite 9 to 1
  11.   set the visible of sprite 5 to 1
  12.   set the visible of sprite 6 to 1
  13.   set the visible of sprite 8 to 0
  14.   set the visible of sprite 12 to 0
  15.   set the visible of sprite 13 to 0
  16.   set the visible of sprite 14 to 0
  17.   set the visible of sprite 16 to 0
  18.   if rollOver(17) then
  19.     set the visible of sprite 8 to 1
  20.   end if
  21.   if rollOver(18) then
  22.     set the visible of sprite 12 to 1
  23.   end if
  24.   if rollOver(19) then
  25.     set the visible of sprite 13 to 1
  26.   end if
  27.   if rollOver(20) then
  28.     set the visible of sprite 14 to 1
  29.   end if
  30.   if rollOver(21) then
  31.     set the visible of sprite 16 to 1
  32.   end if
  33.   if the movieTime of sprite 9 = the duration of cast 912 then
  34.     puppetSound("loose")
  35.     updateStage()
  36.     puppetTransition(52, 1, 120, 1)
  37.     set the visible of sprite 3 to 1
  38.     set the visible of sprite 2 to 1
  39.     unLoad("jmp rp", "jmpg")
  40.     go("berry")
  41.   end if
  42. end
  43.  
  44. on exitFrame
  45.   go(the frame)
  46. end
  47.